DW2 Digivolution Visualizer

A tool primarily to visualize & modify Digimon evolutions for PSX Digimon World 2, also can edit Digimons data, Techs data, view DNA Table and more from Bin directly or files in a folder.
The DNA Planner was inpsired from https://github.com/mp-pinheiro/DW2Digivolver that aims to facilitate the creation of Digimon World 2 team throughout the game, it provides the easier ways to get a wanted Digimon via the DNA Digivolution system.

Features:
v0.2:
 - Open & save DW2 BIN file directly.
 - Open & save files from a folder.
 - Export all evolution lines to textual or image chart. 
 - Reading files based on SLUS look-up table (Support all Mods).
 - Edit Digimon data.
 - Edit Tech data.
 - View all Digimon / Tech data in a Table-Grid.
     - Can be opened more than once.
     - Fields can be sorted (Ascending or Descending).
	 - Fields can be re-ordered.
 - View DNA Table by reading the STAG2000.PRO file.
 - View Digimon DNA from different ways "4 Features inspired from DW2Digivolver" (different order also supported).
 - DNA Planner based on DNA Table.
 - Visualize a Digimon full-line.
 - Visualize a Digimon partially-line (which evolve(s) from & to Digimons).
 - Edit Digimon evolutions & DP.

Libraries have been used:
 - ControlTreeViewLibrary
    https://github.com/Feofilakt/ControlTreeViewLibrary

 - .NET GDI+ Draw Tree / Hierarchy
    http://www.nullskull.com/a/1615/net-gdi-draw-tree--hierarchy.aspx


Note:
 - Hold Ctrl + Export Button to export textual chart instead of image representation.
 - Right-Click on Digimon image to Navigate to different features.
 - (Shortcut Keys)
      - Ctrl + double-click on Digimon image to open it in Partial-line Tab.
      - Shift + double-click on Digimon image to open it in Digimon-info Tab.
      - Alt + double-click on Digimon image to open its Tech in Tech-info Tab.
 - (Limitation) Cannot Edit some fields like ID(s), nor adding or removing an entry (Digimon / Tech).
 - (Bug) still some rendering issues.

Special Thanks:
 - @placebo_yue for Graphics Designing.
 - @RemyRm for Technical Support and "DigimonWorld2Tool TextConversion" source code.